POV-Ray : Newsgroups : povray.general : Visual C : Re: Visual C Server Time
28 Jul 2024 22:23:40 EDT (-0400)
  Re: Visual C  
From: Slime
Date: 11 Jul 2002 16:15:34
Message: <3d2de766@news.povray.org>
I'm not sure if that's possible.

If you're saying that you want to program POV-Ray SDL in your C++
environment, that's entirely possible, but to render it you'll need to use
POV-Ray separately.

If you're saying, though, that you want to write C++ to generate POV-Ray SDL
code and then render it, you can probably use VC++'s "system" function that
takes a C-String as an argument that's a command to send to the operating
system (I think). You can use that to run pov-ray externally with a text
file of your choice.

 - Slime
[ http://www.slimeland.com/ ]


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.